[INFO] cloning repository https://github.com/LucaXiang/vf
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LucaXiang/vf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucaXiang%2Fvf", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucaXiang%2Fvf'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f9ff513015803dfad7a6c4bb22455867376ecacf
[INFO] testing LucaXiang/vf against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLucaXiang%2Fvf" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/LucaXiang/vf
[INFO] finished tweaking git repo https://github.com/LucaXiang/vf
[INFO] tweaked toml for git repo https://github.com/LucaXiang/vf written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LucaXiang/vf on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/LucaXiang/vf already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fd5c61c193a6867c6a4808f5743979e65a5192dd0da9d27b53e8bfddaaeb97a9
[INFO] running `Command { std: "docker" "start" "-a" "fd5c61c193a6867c6a4808f5743979e65a5192dd0da9d27b53e8bfddaaeb97a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd5c61c193a6867c6a4808f5743979e65a5192dd0da9d27b53e8bfddaaeb97a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd5c61c193a6867c6a4808f5743979e65a5192dd0da9d27b53e8bfddaaeb97a9", kill_on_drop: false }`
[INFO] [stdout] fd5c61c193a6867c6a4808f5743979e65a5192dd0da9d27b53e8bfddaaeb97a9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0aa4764f73479999b2987073d76e95fc458775acfefd164f67ef629b6ec43969
[INFO] running `Command { std: "docker" "start" "-a" "0aa4764f73479999b2987073d76e95fc458775acfefd164f67ef629b6ec43969", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling cc v1.2.46
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling iri-string v0.7.9
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling jiff v0.2.16
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling openssl-src v300.5.4+3.5.4
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling env_filter v0.1.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.18
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling vf v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
[INFO] running `Command { std: "docker" "inspect" "0aa4764f73479999b2987073d76e95fc458775acfefd164f67ef629b6ec43969", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0aa4764f73479999b2987073d76e95fc458775acfefd164f67ef629b6ec43969", kill_on_drop: false }`
[INFO] [stdout] 0aa4764f73479999b2987073d76e95fc458775acfefd164f67ef629b6ec43969
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 745b601a946774ed3367669ea5d0e9560326c965faf3d18f00f298ba5a8a28cd
[INFO] running `Command { std: "docker" "start" "-a" "745b601a946774ed3367669ea5d0e9560326c965faf3d18f00f298ba5a8a28cd", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling vf v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stdout] warning: variable `in_huella` is assigned to, but never used
[INFO] [stdout]    --> examples/consulta_basic.rs:218:9
[INFO] [stdout]     |
[INFO] [stdout] 218 |     let mut in_huella = false;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_in_huella` instead
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `in_huella` is never read
[INFO] [stdout]    --> examples/consulta_basic.rs:227:21
[INFO] [stdout]     |
[INFO] [stdout] 227 |                     in_huella = true;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stdout] ...
[INFO] [stdout] 254 |                     in_huella = false;
[INFO] [stdout]     |                     ----------------- `in_huella` is overwritten here before the previous value is read
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `in_huella` is never read
[INFO] [stdout]    --> examples/consulta_basic.rs:254:21
[INFO] [stdout]     |
[INFO] [stdout] 254 |                     in_huella = false;
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `print_last_block_and_huella` is never used
[INFO] [stdout]    --> examples/consulta_basic.rs:214:4
[INFO] [stdout]     |
[INFO] [stdout] 214 | fn print_last_block_and_huella(body: &str) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 37.28s
[INFO] running `Command { std: "docker" "inspect" "745b601a946774ed3367669ea5d0e9560326c965faf3d18f00f298ba5a8a28cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "745b601a946774ed3367669ea5d0e9560326c965faf3d18f00f298ba5a8a28cd", kill_on_drop: false }`
[INFO] [stdout] 745b601a946774ed3367669ea5d0e9560326c965faf3d18f00f298ba5a8a28cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8adf2b2d32c41aab04e6cf1cb06ee73404b98e1d382aba03d65824f2f0bf4acd
[INFO] running `Command { std: "docker" "start" "-a" "8adf2b2d32c41aab04e6cf1cb06ee73404b98e1d382aba03d65824f2f0bf4acd", kill_on_drop: false }`
[INFO] [stderr] warning: variable `in_huella` is assigned to, but never used
[INFO] [stderr]    --> examples/consulta_basic.rs:218:9
[INFO] [stderr]     |
[INFO] [stderr] 218 |     let mut in_huella = false;
[INFO] [stderr]     |         ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider using `_in_huella` instead
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `in_huella` is never read
[INFO] [stderr]    --> examples/consulta_basic.rs:227:21
[INFO] [stderr]     |
[INFO] [stderr] 227 |                     in_huella = true;
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^ this value is reassigned later and never used
[INFO] [stderr] ...
[INFO] [stderr] 254 |                     in_huella = false;
[INFO] [stderr]     |                     ----------------- `in_huella` is overwritten here before the previous value is read
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `in_huella` is never read
[INFO] [stderr]    --> examples/consulta_basic.rs:254:21
[INFO] [stderr]     |
[INFO] [stderr] 254 |                     in_huella = false;
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr] 
[INFO] [stderr] warning: function `print_last_block_and_huella` is never used
[INFO] [stderr]    --> examples/consulta_basic.rs:214:4
[INFO] [stderr]     |
[INFO] [stderr] 214 | fn print_last_block_and_huella(body: &str) {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `vf` (example "consulta_basic") generated 4 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vf-cd2f8a9e3bfce0fa)
[INFO] [stdout] 
[INFO] [stdout] running 34 tests
[INFO] [stdout] test blockchain::chain::tests::test_serde_alias_deserialize_creation_cancellation_event ... ok
[INFO] [stdout] test error::tests::test_from_errorstack ... ok
[INFO] [stdout] test blockchain::chain::tests::test_case3_cancellation_as_first_block_with_provided_previous_hash ... ok
[INFO] [stdout] test blockchain::chain::tests::test_example_case_1_invoice_creation_first_record ... ok
[INFO] [stdout] test blockchain::chain::tests::test_add_event_block_fields_and_hash ... ok
[INFO] [stdout] test blockchain::chain::tests::test_example_case_2_invoice_creation_with_previous ... ok
[INFO] [stdout] test error::tests::test_from_io_error ... ok
[INFO] [stdout] test blockchain::chain::tests::test_creation_concatenate_fields_string ... ok
[INFO] [stdout] test blockchain::chain::tests::test_event_concatenate_fields_string ... ok
[INFO] [stdout] test error::tests::test_to_json_and_display ... ok
[INFO] [stdout] test storage::month::tests::test_cancellation_date_parsed ... ok
[INFO] [stdout] test blockchain::chain::tests::test_registro_serde_and_helpers ... ok
[INFO] [stdout] test storage::month::tests::test_event_ts_parsed ... ok
[INFO] [stdout] test xml::builder::alta_respuesta::tests::test_alta_respuesta_builder ... ok
[INFO] [stdout] test storage::month::tests::test_fallback_now ... ok
[INFO] [stdout] test xml::builder::registro_alta::tests::test_registro_alta_builder_min ... ok
[INFO] [stdout] test xml::builder::consulta::tests::test_builder_basic ... ok
[INFO] [stdout] test xml::serializer::consulta::tests::test_to_xml_consulta_factu_soap_basic ... ok
[INFO] [stdout] test storage::wal::tests::test_write_wal_open_fail ... ok
[INFO] [stdout] test storage::wal::tests::test_finalize_no_file ... ok
[INFO] [stdout] test storage::atomic::tests::test_atomic_write_success ... ok
[INFO] [stdout] test storage::wal::tests::test_write_and_finalize ... ok
[INFO] [stdout] test blockchain::chain::tests::test_example_case_3_invoice_cancellation_with_previous ... ok
[INFO] [stdout] test storage::atomic::tests::test_atomic_create_dir_fail ... ok
[INFO] [stdout] test xml::serializer::consulta::tests::test_to_xml_consulta_factu_soap_with_clave_paginacion ... ok
[INFO] [stdout] test xml::serializer::soap::tests::test_to_xml_registro_alta_soap_basic ... ok
[INFO] [stdout] test blockchain::chain::tests::test_last_hash_default_and_after_append ... ok
[INFO] [stdout] test cert::tests::test_cert_new_no_cert ... FAILED
[INFO] [stdout] test cert::tests::test_get_public_key_hex_upper_and_format ... FAILED
[INFO] [stdout] test cert::tests::test_cert_new_success ... FAILED
[INFO] [stdout] test cert::tests::test_sign_and_verify ... FAILED
[INFO] [stdout] test storage::month::tests::test_creation_date_parsed ... ok
[INFO] [stdout] test cert::tests::test_cert_new_no_private_key ... FAILED
[INFO] [stdout] test cert::tests::test_verify_method ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cert::tests::test_cert_new_no_cert stdout ----
[INFO] [stdout] Error: VfError { code: ErrorCode(1001), message: "Read-only file system (os error 30)", timestamp_ms: 1781239525149, source: Cert, cause: Some("Read-only file system (os error 30)") }
[INFO] [stdout] 
[INFO] [stdout] ---- cert::tests::test_get_public_key_hex_upper_and_format stdout ----
[INFO] [stdout] Error: VfError { code: ErrorCode(1001), message: "Read-only file system (os error 30)", timestamp_ms: 1781239525163, source: Cert, cause: Some("Read-only file system (os error 30)") }
[INFO] [stdout] 
[INFO] [stdout] ---- cert::tests::test_cert_new_success stdout ----
[INFO] [stdout] Error: VfError { code: ErrorCode(1001), message: "Read-only file system (os error 30)", timestamp_ms: 1781239525197, source: Cert, cause: Some("Read-only file system (os error 30)") }
[INFO] [stdout] 
[INFO] [stdout] ---- cert::tests::test_sign_and_verify stdout ----
[INFO] [stdout] Error: VfError { code: ErrorCode(1001), message: "Read-only file system (os error 30)", timestamp_ms: 1781239525236, source: Cert, cause: Some("Read-only file system (os error 30)") }
[INFO] [stdout] 
[INFO] [stdout] ---- cert::tests::test_cert_new_no_private_key stdout ----
[INFO] [stdout] Error: VfError { code: ErrorCode(1001), message: "Read-only file system (os error 30)", timestamp_ms: 1781239525294, source: Cert, cause: Some("Read-only file system (os error 30)") }
[INFO] [stdout] 
[INFO] [stdout] ---- cert::tests::test_verify_method stdout ----
[INFO] [stdout] Error: VfError { code: ErrorCode(1001), message: "Read-only file system (os error 30)", timestamp_ms: 1781239525312, source: Cert, cause: Some("Read-only file system (os error 30)") }
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cert::tests::test_cert_new_no_cert
[INFO] [stdout]     cert::tests::test_cert_new_no_private_key
[INFO] [stdout]     cert::tests::test_cert_new_success
[INFO] [stdout]     cert::tests::test_get_public_key_hex_upper_and_format
[INFO] [stdout]     cert::tests::test_sign_and_verify
[INFO] [stdout]     cert::tests::test_verify_method
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 28 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "8adf2b2d32c41aab04e6cf1cb06ee73404b98e1d382aba03d65824f2f0bf4acd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8adf2b2d32c41aab04e6cf1cb06ee73404b98e1d382aba03d65824f2f0bf4acd", kill_on_drop: false }`
[INFO] [stdout] 8adf2b2d32c41aab04e6cf1cb06ee73404b98e1d382aba03d65824f2f0bf4acd
